projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1292a5
)
(server-auth-dir): Use user-emacs-directory.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 13 Jun 2007 00:05:04 +0000
(
00:05
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 13 Jun 2007 00:05:04 +0000
(
00:05
+0000)
lisp/server.el
patch
|
blob
|
history
diff --git
a/lisp/server.el
b/lisp/server.el
index 2cf2a2e3953d008c489cdc05cd6ecc5c37a7bd68..9f6755fc26b23f8bd3105840769c83247c2ac765 100644
(file)
--- a/
lisp/server.el
+++ b/
lisp/server.el
@@
-105,7
+105,7
@@
If set, the server accepts remote connections; otherwise it is local."
:version "22.1")
(put 'server-host 'risky-local-variable t)
-(defcustom server-auth-dir
"~/.emacs.d/server/"
+(defcustom server-auth-dir
(concat user-emacs-directory "server/")
"Directory for server authentication files."
:group 'server
:type 'directory